home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 July / CHIP_CD_2005-07.iso / software / smartpix / smartpix.exe / {app} / HTML / Dark Leather.css < prev    next >
Cascading Style Sheet File  |  2003-10-04  |  1KB  |  72 lines

  1. /*  -------------------------------------------------------
  2.  Xequte CSS Style File
  3. ----------------------------------------------------------*/
  4.  
  5. a:link {
  6.     text-decoration: none;
  7.     color : #FFFF2B;
  8.     font-weight : bold;
  9. }
  10.  
  11. a:visited {
  12.     text-decoration: none;
  13.     color : #FFFF80;
  14.     font-weight : bold;
  15. }
  16.  
  17. a:hover {
  18.     text-decoration: underline;
  19. }
  20.  
  21. body  {
  22.     color : #FFFF2B;
  23.                 font-family: Tahoma, Arial, Helvetica; 
  24.     font-weight: 700;
  25.     background-color: #620000;
  26.     background-image : url(Dark_Leather.jpg);
  27.     background-repeat : repeat;
  28. }
  29.  
  30. td.thumbcell {
  31.     vertical-align : baseline;
  32.     border : none;
  33. }
  34.  
  35. .heading {
  36.     color : #FFFF2B;
  37.     text-decoration : none;
  38.     font-family : Tahoma, Arial, Helvetica; 
  39.     font-size : 28px;
  40.     font-weight : bold;
  41.     margin-bottom : 10px;
  42. }
  43.  
  44. .filename {
  45.     color : #FFFFFF;
  46.     text-decoration : none;
  47.     font-family : Tahoma, Arial, Helvetica; 
  48.     font-size : 11px;
  49.     font-weight : normal;    
  50. }
  51.  
  52. .navigation {
  53.     color : #FFFF2B;
  54.     text-decoration : none;
  55.     font-family : Tahoma, Arial, Helvetica; 
  56.     font-size : 14px;
  57. }
  58.  
  59. .footer {
  60.     color : #FFFF2B;
  61.     text-decoration : none;
  62.     font-family : Tahoma, Arial, Helvetica; 
  63.     font-size : 12px;
  64. }
  65.  
  66. .pagecount {
  67.     color : #FFFF2B;
  68.     text-decoration : none;
  69.     font-family : Tahoma, Arial, Helvetica; 
  70.     font-size : 14px;
  71. }
  72.